-
1 алгоритм выполнения
алгоритм выполнения
(напр. задания, программы)
[А.С.Гольдберг. Англо-русский энергетический словарь. 2006 г.]Тематики
EN
Русско-английский словарь нормативно-технической терминологии > алгоритм выполнения
-
2 время выполнения алгоритма
Programming: algorithm execution time, running time of an algorithmУниверсальный русско-английский словарь > время выполнения алгоритма
-
3 выполнение алгоритмов
Programming: algorithm execution, execution of algorithms (IEC 61499-1)Универсальный русско-английский словарь > выполнение алгоритмов
-
4 объявление управления выполнением алгоритмов
Programming: declaration of algorithm execution controlУниверсальный русско-английский словарь > объявление управления выполнением алгоритмов
-
5 управление выполнением алгоритмов
Programming: algorithm execution controlУниверсальный русско-английский словарь > управление выполнением алгоритмов
-
6 алгоритм
algorithm, device, procedure, scheme, strategy, technique* * *алгори́тм м.
algorithmконструи́ровать алгори́тм — synthesize an algorithmпо ( такому-то) [m2]алгори́тму — by a (so and so) program [algorithm]распи́сывать алгори́тм в … (напр. команды) — break down an algorithm in … (e. g., commands)
(с)формулировать алгори́тм — develop an algorithmалгори́тм выполне́ния — execution [performance] algorithmвычисли́тельный алгори́тм — computational algorithmдекоди́рующий алгори́тм — decoding algorithmалгори́тм деле́ния Эвкли́да — Euclidean division algorithmдетермини́рованный алгори́тм — deterministic algorithmалгори́тм Ква́йна — Quine algorithmлоги́ческий алгори́тм — logical algorithmлока́льный алгори́тм — local algorithmалгори́тм Мак-Кла́ски — McCluskey algorithmнорма́льный алгори́тм — normal algorithmобобщё́нный алгори́тм — generalized algorithmалгори́тм обуче́ния распознава́ния — pattern-recognition algorithmалгори́тм перево́да1. ( до ввода в машину) translation algorithm2. ( в ходе работы программы) interpretation algorithmпосле́довательный алгори́тм — sequential algorithmалгори́тм По́ста — Post algorithmпо́стовский алгори́тм см. алгоритм Постаалгори́тм приведе́ния — reduction algorithmалгори́тм распределе́ния — scheduling algorithmрекурси́вный алгори́тм — recursive algorithmсамоизменя́ющийся алгори́тм — self-adaptive algorithmалгори́тм сложе́ния — addition algorithmалгори́тм с непо́лной па́мятью — partial-memory algorithmалгори́тм составле́ния гра́фика или расписа́ния — scheduling algorithmалгори́тм с по́лной па́мятью — full-memory algorithmтабли́чный алгори́тм — table algorithmалгори́тм трансля́ции — compilation [translation] algorithmалгори́тм Тью́ринга — Turing algorithmуниверса́льный алгори́тм — universal algorithmалгори́тм управле́ния — control algorithmалгори́тм управля́ющего устро́йства — controller algorithmчелно́чный алгори́тм — shuttle algorithmалгори́тм чи́сленного ана́лиза — numerical analysis algorithmалгори́тм Эвкли́да — Euclidean algorithmэквивале́нтные алгори́тмы — equivalent algorithmsэлемента́рный алгори́тм — elementary algorithm -
7 алгоритм выполнения
-
8 алгоритм выполнения
Русско-английский политехнический словарь > алгоритм выполнения
-
9 алгоритм выполнения
Русско-английский научно-технический словарь Масловского > алгоритм выполнения
-
10 алгоритм выполнения
Engineering: execution algorithmУниверсальный русско-английский словарь > алгоритм выполнения
-
11 выполнение алгоритма
Programming: execution of algorithm (IEC 61499-1)Универсальный русско-английский словарь > выполнение алгоритма
-
12 выполнение алгоритма функционального блока
Универсальный русско-английский словарь > выполнение алгоритма функционального блока
См. также в других словарях:
Algorithm — Flow chart of an algorithm (Euclid s algorithm) for calculating the greatest common divisor (g.c.d.) of two numbers a and b in locations named A and B. The algorithm proceeds by successive subtractions in two loops: IF the test B ≤ A yields yes… … Wikipedia
Algorithm characterizations — The word algorithm does not have a generally accepted definition. Researchers are actively working in formalizing this term. This article will present some of the characterizations of the notion of algorithm in more detail. This article is a… … Wikipedia
Cache-oblivious algorithm — In computing, a cache oblivious algorithm is an algorithm designed to exploit the CPU cache without having the size of the cache (or the length of the cache lines, etcetera) as an explicit parameter. An optimal cache oblivious algorithm is a… … Wikipedia
Randomized algorithm — Part of a series on Probabilistic data structures Bloom filter · Skip list … Wikipedia
Tomasulo algorithm — The Tomasulo algorithm is a hardware algorithm developed in 1967 by Robert Tomasulo from IBM. It allows sequential instructions that would normally be stalled due to certain dependencies to execute non sequentially (out of order execution). It… … Wikipedia
Chan's algorithm — In computational geometry, Chan s algorithm, named after Timothy M. Chan, is an optimal output sensitive algorithm to compute the convex hull of a set P of n points, in 2 or 3 dimensional space. The algorithm takes O(n log h) time, where h is the … Wikipedia
Markov algorithm — In theoretical computer science, a Markov algorithm is a string rewriting system that uses grammar like rules to operate on strings of symbols. Markov algorithms have been shown to be Turing complete, which means that they are suitable as a… … Wikipedia
Divide and conquer algorithm — In computer science, divide and conquer (D C) is an important algorithm design paradigm based on multi branched recursion. A divide and conquer algorithm works by recursively breaking down a problem into two or more sub problems of the same (or… … Wikipedia
Nondeterministic algorithm — In computer science, a nondeterministic algorithm is an algorithm that can exhibit different behaviors on different runs, as opposed to a deterministic algorithm. There are several ways an algorithm may behave differently from run to run. A… … Wikipedia
Competitive analysis (online algorithm) — Competitive analysis is a method invented for analyzing online algorithms, in which the performance of an online algorithm (which must satisfy an unpredictable sequence of requests, completing each request without being able to see the future) is … Wikipedia
Peterson's algorithm — is a concurrent programming algorithm for mutual exclusion that allows two processes to share a single use resource without conflict, using only shared memory for communication. It was formulated by Gary Peterson in 1981 at the University of… … Wikipedia